@keyframes mybanner {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes myTap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home_page_index .home_banner {
  position: relative;
}
.home_page_index .home_banner .swiper {
  width: 100%;
  height: 730px;
}

.home_page_index .home_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
}

.home_page_index .home_banner .img_path {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.home_page_index .home_banner .img_path:hover {
  color: currentColor;
}

.home_page_index .home_banner .img_text_box {
  width: 1200px;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  line-height: 1;
}

.home_page_index .home_banner .img_text_box.swiper_banner1 {
  top: 170px;
}

.home_page_index .home_banner .img_text_box.swiper_banner3 {
  top: 234px;
}

.home_page_index .home_banner .img_text_box.swiper_banner2 {
  top: 222px;
}

.home_page_index .home_banner .img_text_box .img_text_box_title {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

.home_page_index .home_banner .img_text_box .img_text_box_subtxt {
  font-size: 24px;
  color: #ffffff;
  margin: 10px 0 48px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  letter-spacing: 2px;
}

.home_page_index .home_banner .img_text_box .swiper_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 54px;
  border-radius: 99px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: Source Han Sans CN, Source Han Sans CN;
  cursor: pointer;
  transition: none;
}

.home_page_index .home_banner .img_text_box .swiper_item_btn:hover {
  background: #006666;
  border-color: #006666;
  color: #ffffff;
}

.home_page_index .home_banner .img_text_box .img_text_box_img {
  width: 143px;
  height: 143px;
}

.home_page_index .home_banner .swiper-next,
.home_page_index .home_banner .swiper-prev {
  display: none;
}

.home_page_index .home_banner .swiper-pagination-box {
  width: 100%;
  height: 64px;
  background: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(40px);
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.home_page_index .home_banner .swiper-pagination {
  /* width: 100%; */
  width: 1200px;
  height: 48px;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 128px !important;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.home_page_index .home_banner .swiper-pagination-bullet {
  width: 42px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px 100px 100px 100px;
}

.home_page_index .home_banner .swiper-pagination-bullet-active {
  background: #ffffff;
}

.home_page_index .peculiarity-wrap {
  width: 100%;
  min-width: 1500px;
  background-color: #fff;
  padding: 14px 0;
}

.home_page_index .peculiarity-wrap .peculiarity {
  margin: 0 auto;
  padding: 60px 36px;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-list {
  display: flex;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item {
  margin-right: 48px;
  padding-right: 48px;
  border-right: 1px solid #f3f4f6;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item-top {
  display: flex;
  justify-content: space-between;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item-top-title {
  padding-top: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item-top-icon img {
  width: 42px;
  height: 42px;
}

.home_page_index .peculiarity-wrap .peculiarity .peculiarity-item-content {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.easy-use-product-wrap {
  padding: 80px 0;
}

.easy-use-product-wrap .easy-use-product {
  margin: 0 auto;
  padding: 0 36px 0 28px;
}

.easy-use-product-title {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 48px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.home-core-solution-wrap {
  width: 100%;
  padding: 80px 0;
  background-image: url('https://res.mutouyun.com/web/images/v2/home-solution1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-core-solution-wrap .home-core-solution {
  margin: 0 auto;
}

.home-core-solution-wrap .home-core-solution .home-core-solution-title {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 36px;
}

.home-core-solution-box {
  display: flex;
  width: 100%;
  height: 530px;
  border-radius: 16px;
  background: rgba(26, 26, 26, 0.75);
  color: #ffffff;
  padding: 26px 0;
  overflow: hidden;
}

.home-core-solution-menu {
  width: 240px;
  border-right: 1px solid #999999;
}

.home-core-solution-item {
  width: 100%;
  height: 58px;
  padding: 16px 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 2px;
  text-align: center;
  cursor: pointer;
}

.home-core-solution-item:hover {
  background: rgba(0, 102, 102, 0.55);
}

.home-core-solution-item.active {
  background: rgba(0, 102, 102, 0.55);
}

.home-core-solution-item:last-child {
  margin-bottom: 0;
}

.home-core-solution-content-wrap {
  overflow: hidden;
}

.home-core-solution-content-list {
  transition: all 0.3s;
}

.home-core-solution-content {
  /* display: none; */
  height: 100%;
  height: 478px;
  padding-left: 78px;
  padding-top: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  /* margin-bottom: 24px; */
}

.home-core-solution-content:last-child {
  margin-bottom: 0;
}

.home-core-solution-content .solution-box {
  display: flex;
  height: 100%;
}

.home-core-solution-content .home-solution-title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
}

.home-core-solution-content .home-solution {
  width: 620px;
}

.home-core-solution-content .home-solution-desc {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.home-solution-peculiarity {
  display: flex;
  margin-top: 32px;
  padding: 0 16px;
}

.chain-solution .home-solution-peculiarity {
  padding: 9px 7px;
}

.custom-solution .home-solution-peculiarity {
  padding: 9px 12px;
}

.integration-solution .home-solution-peculiarity {
  padding: 9px 10px;
}

.home-solution-peculiarity-item {
  margin-right: 32px;
  text-align: center;
}

.home-solution-peculiarity-item:last-child {
  margin-right: 0;
}

.home-solution-peculiarity-item .home-solution-peculiarity-item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}

.home-solution-peculiarity-item .home-solution-peculiarity-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.home-solution .home-solution-btn-wrap {
  display: flex;
  margin-top: 49px;
}

.home-solution .home-solution-btn-wrap .home-solution-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-radius: 99px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-family: Microsoft YaHei;
  cursor: pointer;
  transition: none;
  background: #006666;
}

.home-solution .home-solution-btn-wrap a.home-solution-btn:hover {
  color: #ffffff;
  background: #006666;
}

.home-solution .home-solution-btn-wrap .home-solution-btn.confirm {
  background: #006666;
  border: 1px solid #006666;
  margin-right: 16px;
}

.home-solution .home-solution-btn-wrap .home-solution-btn.confirm:hover {
  background: #008080;
  border-color: #008080;
}

.home-solution-successful-case-wrap {
  width: 222px;
  height: 100%;
  padding: 32px 25px 0;
  margin-left: 40px;
  border-left: 1px solid #999;
}

.home-solution-successful-case-title {
  text-align: center;
  font-size: 18px;
}

.home-solution-successful-case-item {
  width: 171px;
  height: 60px;
  margin-top: 20px;
}

/* 默认展示 */
#live-solution {
  display: block;
}

.home-honor-wrap {
  padding: 80px 0;
  background-color: #fff;
}

.home-honor-wrap .home-honor {
  margin: 0 auto;
  padding: 0 10px;
}
.home-honor-wrap .home-honor .home-honor-title {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  text-align: center;
  margin-bottom: 62px;
}

.home-honor-wrap .home-honor .home-honor-list {
  display: flex;
  justify-content: space-between;
}

.home-honor-wrap .home-honor .home-honor-list .home-honor-item {
  text-align: center;
}

.home-honor-wrap .home-honor .home-honor-list .home-honor-item .home-honor-item-img {
  width: 181px;
  height: 90px;
}

.home-honor-wrap .home-honor .home-honor-list .home-honor-item .home-honor-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.why-choose-wrap {
  padding: 80px 0 96px;
  background-image: url('https://res.mutouyun.com/web/images/v2/why_choose_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.why-choose-wrap .why-choose {
}

.why-choose-wrap .why-choose .why-choose-title {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}

.why-choose-wrap .why-choose .why-choose-desc {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}

.why-choose-tags {
  display: flex;
  width: 1500px;
  margin: 0 auto;
}

.why-choose-tags .why-choose-tag {
  width: 300px;
  height: 105px;
  padding: 15px 0;
  padding-left: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.why-choose-tags .why-choose-tag:last-child {
  border-right: none;
}

.why-choose-tag .why-choose-tag-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.why-choose-tag .why-choose-tag-desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 1px;
}

.why-choose-tag .why-choose-tag-title .why-choose-tag-icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.why-choose-tag .why-choose-tag-title span {
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  line-height: 44px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.global-resources-wrap {
  padding: 80px 0 38px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #f3f4f6;
}

.global-resources {
  margin: 0 auto;
}

.global-resources-wrap .global-resources-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  text-align: center;
}

.global-resources-wrap .global-resources-desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 8px;
}

.global-resources-wrap .global-resources-bg {
  display: block;
  width: 1089px;
  height: 554px;
  margin: 0 auto;
}

.synergism-wrap {
  padding: 80px 0 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #f9fafb;
}

.synergism-wrap .synergism {
  margin: 0 auto;
}

.synergism-wrap .synergism-top {
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.synergism-wrap .synergism-title {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  margin-bottom: 40px;
}

.synergism-wrap .synergism-top-tabs {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.synergism-wrap .synergism-top-tabs .synergism-top-tabs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  height: 48px;
  padding: 0 32px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  font-family: Microsoft YaHei;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.synergism-wrap .synergism-top-tabs .synergism-top-tabs-item.active {
  color: #006666;
  font-weight: 500;
  border-bottom: 2px solid #006666;
}

.synergism-wrap .synergism-top-tabs .synergism-top-tabs-item:last-child {
  margin-right: 0;
}

.synergism-content-wrap {
  width: 100%;
  height: 614px;
  background-color: #23222b;
  background-repeat: no-repeat;
  background-size: 47.3% 100%;
  background-position: 0 0;
}

.synergism-content-wrap.bg1 {
  background-image: url('https://res.mutouyun.com/web/images/v2/synergism_bg1.png');
}
.synergism-content-wrap.bg2 {
  background-image: url('https://res.mutouyun.com/web/images/v2/synergism_bg2.png');
}
.synergism-content-wrap.bg3 {
  background-image: url('https://res.mutouyun.com/web/images/v2/synergism_bg3.png');
}

.synergism-wrap .synergism-content {
  width: 100%;
  height: 100%;
  padding-left: 558px;
  display: none;
}

.synergism-wrap .synergism-content-outer {
  margin: 0 auto;
  height: 100%;
}

.synergism-wrap .synergism-content#synergism-three {
  display: block;
}

.synergism-wrap .synergism-content .synergism-content-box {
  width: 550px;
  padding-left: 42px;
  padding-top: 42px;
  color: #fff;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.synergism-content-box .synergism-content-item {
  margin-bottom: 32px;
}

.synergism-content-box .synergism-content-item:last-child {
  margin-bottom: 0;
}

.synergism-content-box .synergism-content-item .synergism-content-item-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
}

.synergism-content-box .synergism-content-item .synergism-content-item-title.prod {
  margin-bottom: 12px;
}

.synergism-content-box .synergism-content-item .synergism-content-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
}

.synergism-content-wrap {
  position: relative;
}

.synergism-content-wrap .paly_icon {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.synergism-content-wrap .paly_icon.left {
  left: 52%;
  transform: translate(-634px, -50%);
}
.synergism-content-wrap .paly_icon.right {
  left: 50%;
  transform: translate(536px, -50%);
}

.synergism-company-wrap {
  margin: 24px auto;
  display: flex;
  justify-content: center;
}

.synergism-company-wrap .synergism-company {
  /* width: 1197px; */
  height: 80px;
}

.synergism-more-wrap {
  display: flex;
  justify-content: center;
}

.synergism-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #006666;
  line-height: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  cursor: pointer;
}

.synergism-more:hover {
  color: #006666;
}

.synergism-more:hover img {
  transform: translateX(8px) rotate(90deg);
}

.synergism-more img {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}

.home-industry-dynamics-wrap {
  background-color: #fff;
  padding: 80px 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.home-industry-dynamics {
  width: 1500px;
  margin: 0 auto;
}

.home-industry-dynamics .home-industry-dynamics-title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  margin-bottom: 48px;
}

.home-industry-dynamics-box {
  display: flex;
}

.home-industry-dynamics-box .home-industry-dynamics-vab {
  width: 634px;
}

.home-industry-dynamics-box .home-industry-dynamics-video {
  position: relative;
  height: 376px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.home-industry-dynamics-box .home-industry-dynamics-video .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-industry-dynamics-box .home-industry-dynamics-video .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-industry-dynamics-video img {
  width: 100%;
  height: 100%;
}
.home-industry-dynamics-box .home-industry-dynamics-video .home-industry-dynamics-video-msk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 634px;
  height: 178px;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-industry-dynamics-video-msk span {
  position: absolute;
  left: 32px;
  bottom: 36px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-family: Microsoft YaHei;
}

.home-industry-dynamics-box .home-industry-dynamics-video #myvideo {
  border-radius: 8px;
  overflow: hidden;
}

.dynamics-baike-more-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-industry-dynamics-baike .dynamics-baike-more {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #373737;
  line-height: 29px;
  font-family: Source Han Sans, Source Han Sans;
}

.dynamics-baike-more:hover {
  color: #006666;
}

.home-industry-dynamics-baike .dynamics-baike-more img {
  margin-left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-out;
}

.home-industry-dynamics-baike a.dynamics-baike-more:hover img {
  transform: translateX(8px);
}

.baike_arrow_right {
  position: absolute;
  right: -20px;
  opacity: 1;
  transition: all 0.3s;
}

.baike_arrow_right.hover {
  opacity: 0;
}

.home-industry-dynamics-baike a.dynamics-baike-more:hover .baike_arrow_right.hover {
  opacity: 1;
}

.home-industry-dynamics-wood {
  flex: 1;
  margin-left: 20px;
  padding: 48px 38px 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  height: 376px;
  background: linear-gradient(360deg, #ffffff 0%, #f5f5f5 100%);
  box-shadow: 0px 4px 16px 0px rgba(197, 206, 228, 0.27);
  border-radius: 8px 8px 8px 8px;
}

.home-industry-dynamics-wood-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  color: #006666;
  line-height: 24px;
  margin-bottom: 28px;
}

.home-industry-dynamics-wood-title span {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

.home-industry-dynamics-wood-title img {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transition: all 0.3s ease-out;
}

.home-industry-dynamics-wood-title:hover img {
  transform: translateX(8px);
}

.home-industry-dynamics-wood-title .more {
  display: flex;
  align-items: center;
  color: #006666;
  cursor: pointer;
}

.home-industry-dynamics-wood-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  cursor: pointer;
}

.home-industry-dynamics-wood-item:last-child {
  margin-bottom: 0;
}

.home-industry-dynamics-wood-item-text {
  width: 595px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.home-industry-dynamics-wood-item:hover .home-industry-dynamics-wood-item-text,
.home-industry-dynamics-wood-item:hover .home-industry-dynamics-wood-item-date {
  color: #006666;
}
.home-industry-dynamics-wood-item-date {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.home-partner-wrap {
  padding: 80px 0;
  background: #f5f7fa;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.home-partner {
  margin: 0 auto;
}

.home-partner .home-partner-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 36px;
}

.home-partner-img {
  width: 1200px;
  height: 424px;
  margin: 0 auto;
}

.home-partner-more-wrap {
  display: flex;
  justify-content: center;
}

.home-partner-more-wrap .home-partner-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}

.home-partner-more-wrap .home-partner-more:hover {
  color: #ffffff;
}

.home-partner-more-wrap .home-partner-more:hover img {
  transform: translateX(8px) rotate(-90deg);
}

.home-partner-more-wrap .home-partner-more img {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transform: rotate(-90deg);
  transition: all 0.3s ease-out;
}

.home_page_index .view_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #0000009e;
  display: none;
  justify-content: center;
  align-items: center;
}

.home_page_index .view_mask .view_img {
  max-width: 80%;
}

.floating-navigation-wrap {
  position: fixed;
  right: 20px;
  bottom: 20%;
  width: 80px;
  height: 258px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  padding: 0 12px;
  z-index: 222;
}

.floating-navigation-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
}

.floating-navigation-item:last-child {
  border-bottom: none;
}

.floating-navigation-item .floating-navigation-item-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}

.floating-navigation-item .floating-navigation-item-icon.active {
  display: none;
}

.floating-navigation-item:hover .floating-navigation-item-icon {
  display: none;
}

.floating-navigation-item:hover .floating-navigation-item-icon.active {
  display: block;
}

.floating-navigation-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  font-family: Microsoft YaHei;
}

.floating-navigation-item:hover .floating-navigation-item-title {
  color: #006666;
}

.floating-navigation-item.consultation {
  position: relative;
}
.floating-navigation-item.consultation .consultation-box {
  position: absolute;
  right: 78px;
  top: 0;
  padding: 14px 20px;
  width: 163px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none;
  font-family: Microsoft YaHei;
}

.consultation-box .consultation-title {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 4px;
}

.consultation-box .consultation-phone {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  font-family: Microsoft YaHei;
}

.floating-navigation-item.consultation:hover .consultation-box {
  display: block;
}
.hidden {
  display: none;
}
